1.邮政编码
1.a sequence of letters and numbers assigned by the post office to addresses to facilitate mail delivery.
1.Either postalCode or zipCode can serve as a root element in an instance modeled by the schema in Listing 2.
postalCode或zipCode都可以充当清单2中模式所建模的实例中的根元素。
2.Similarly, Postal Code makes more sense than Zip Code if you are going to store international addresses.
同样,如果要存储国际地址,则采用PostalCode比使用ZipCode更有用。
3.The only change here is to use the term "ZIP Code" instead of "postal code. "
这里惟一的变化是使用“ZIPCode”代替“postalcode”。
4.When you set a value for Profile. PostalCode, the value is automatically stored for the current user.
为Profile.PostalCode设置值时,会自动为当前用户存储该值。
5.Creates a field called Address2 that displays the values in the City, Region, and PostalCode fields, separated by spaces.
创建一个称为“地址2”的字段,其中显示“城市”、“地区”和“邮政编码”字段中的值,这些值用空格分隔。
6.The following example shows how to use a scalar rule for postal codes and country.
以下例子展示了如何对postalcode及country应用标量规则。
7.The schema example in Listing 1 shows a simple data model with one global element, named postalCode
清单1中的模式例子展示了一个简单的数据模型,带有一个名叫postalCode的全局元素